home *** CD-ROM | disk | FTP | other *** search
- -- card: 21719 from stack: in
- -- bmap block id: 7109
- -- flags: 4000
- -- background id: 2604
- -- name: COMPUTER/STORE
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=345 top=81 right=103 bottom=366
- -- title width / last selected line: 0
- -- icon id / first selected line: 29019 / 29019
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: N/TO/OUT/COMPUTER
- ----- HyperTalk script -----
- on mouseUp
- go to card id 10325
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=283 top=230 right=260 bottom=303
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/BATTERIES
- ----- HyperTalk script -----
- on mouseUp
- global pocketbook
- global inventory
- if pocketbook >9 then
- subtract 10 from pocketbook
- put ", multicorder batteries" after inventory
- put "You get a set of batteries for your multicorder." into Msg
- wait 3 seconds
- doMenu "Message"
- put inventory into background field "ShowMe"
- put pocketbook into background field "CountMe"
-
- else
- put "Deposit 10 Credits." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0